home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 495W / Compuserve XTreme Edition 495W.iso / shopping / toyota / toyota.dir / 00162.ls < prev    next >
Encoding:
Text File  |  1995-08-09  |  300 b   |  18 lines

  1. on mouseDown
  2.   lightFlash()
  3. end
  4.  
  5. on mouseUp
  6.   global spriteClicked
  7.   if rollOver(spriteClicked) then
  8.     repeat with n = 1 to 48
  9.       set the cursor of sprite n to 0
  10.       puppetSprite(n, 0)
  11.     end repeat
  12.     sound stop 1
  13.     sound stop 2
  14.     puppetTransition(9, 4, 4, 1)
  15.     go("MM")
  16.   end if
  17. end
  18.